Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFEDisplacementMapElement

Extends SVGElement. Implements SVGFilterPrimitiveStandardAttributes, SVGFilterPrimitiveStandardAttributes.

Properties
const unsigned short
SVG_CHANNEL_A = 4
Corresponds to value 'A'.
const unsigned short
SVG_CHANNEL_B = 3
Corresponds to value 'B'.
const unsigned short
SVG_CHANNEL_G = 2
Corresponds to value 'G'.
const unsigned short
SVG_CHANNEL_R = 1
Corresponds to value 'R'.
const unsigned short
SVG_CHANNEL_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVGAnimatedLength
height
The height coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedString
in1
Corresponds to attribute ‘in’ on the given ‘feBlend’ element.
SVGAnimatedString
in2
Corresponds to attribute ‘in2’ on the given ‘feBlend’ element.
SVGAnimatedString
result
Corresponds to attribute ‘result’ on the given element.
SVGAnimatedNumber
scale
Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix. Parametersfloat scaleFactor Scale factor in both X and Y. Returns The resulting matrix.
SVGAnimatedLength
width
The width coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedEnumeration
xChannelSelector
Corresponds to attribute ‘xChannelSelector’ on the given ‘feDisplacementMap’ element. Takes one of the SVG_CHANNEL_* constants defined on this interface.
SVGAnimatedLength
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedEnumeration
yChannelSelector
Corresponds to attribute ‘yChannelSelector’ on the given ‘feDisplacementMap’ element. Takes one of the SVG_CHANNEL_* constants defined on this interface.